.comentario {
	text-align: justify;
	font-family: serif;
	font-style: normal;
	font-size: small;
	color: #006400
}


/*
	Parámetros interesantes:
	text-align: justify;
	font-family: serif;
	font-style: normal; /italic
	font-size: small; /xx-small/x_small/small/medium/large/x-large/xx-large
	color: #006400







BODY {
   font-family: Helvetica, Arial;
   color: #000000;
   font-size: 10pt;
   margin-left: 5px;
   margin-right: 5px;
   margin-top: 5px;
   margin-bottom: 5px;
   background:  #fff5dd;
}

TABLE {
   font-family: Helvetica, Arial;
   color: #000000;
   font-size: 8pt;
   background:  #ffe9b9;
   align: center; 
   text-align : left;
}

TH {
   font-family: Helvetica, Arial;
   color: #000000;
   font-weight: bold;
   background:  #ffc58a;
   font-size: 8pt;
   text-align : left;
   align: left; 
   white-space:nowrap;
}

TD {
   font-family: Helvetica, Arial;
   color: #000000;
   font-size: 8pt;
   text-align : left;
   align: left; 
   
}

TR {
   font-family: Helvetica, Arial;
   color: #000000;
   font-size: 8pt;
   text-align : left;
}

H2 {
   color= #aa3700;
   text-align : center;
}

H3 {
   color=#aa3700;
   text-align : center;
}



/* Style Definitions */

A {  text-decoration: underline }
A:link         { color: #aa3700;font-size: 9pt }
A:visited      { color: #aa3700;font-size: 9pt }
A.head:link    { color: #fff4df;font-size: 9pt}
A.head:visited { color: #fff4df;font-size: 9pt}




P {
   text-align: center;
   color = #000000;
   font-size: medium;
   font-family: "Times New Roman";
}	
	

INPUT, SELECT, TEXTAREA {
   font-family:  Helvetica, Arial;
   font-size: 8pt;
   color: #442244;
}

.lista {
   font-family: Helvetica, Arial;
   font-size: 9pt;
   text-align : center;
    background: #aa3700;
   color:#fff4df;
}

.listaD {
   font-family: Helvetica, Arial;
   font-size: 9pt;
   text-align : left;
   background: #ffc58a;
   color:#000000;
}

.dark {
   font-family: Helvetica, Arial;
   font-size: 7pt;
   background:  #ffc58a;
}

.light {
   font-family: Helvetica, Arial;
   font-size: 7pt;
   background: #ffe9b9;
}

.literal {
   font-family: Helvetica, Arial;
   font-weight: bold;
   color: #000000;
   font-size: 8pt;
   background: #ffe9b9;
   text-align : left;
}

.operador {
   font-family: Helvetica, Arial;
   color: #FFFFFF;
   font-size: 8pt;
   text-align : center;
}

.valor {
   font-family: Helvetica, Arial;
   color: #FFFFFF;
   font-size: 8pt;
   text-align : left;
}

H3 {
   color=#aa3700;
   text-align : center;
}


.boton { 
   font-family:  Helvetica, Arial;
   font-size: 10pt;
   font-weight: bold;
   align=middle;
   BORDER: #a8a697 1px solid;
   background-image: url("/imagenes/btn_back.gif");  
   color=#aa3700;
   height: 21px;
}	

.botonI {
   font-family:  Helvetica, Arial;
   font-size: 10pt;
   font-weight: bold;
   align=middle;
   BORDER: #7EFE78 1px solid;
   background-image: url("/imagenes/btn_back.gif");
   color=#aa3700;
   height: 21px; 
}


.botonF {
   color: #000000;
   margin-left: 0px;
   margin-right: 0px;
   background-image: url("/imagenes/btn_back.gif");
   font-family: Tahoma, MS Sans Serif;
   font-size: 8pt;
   height: 21px;
   border-width: 1px;
   border-style: solid;
   border-color: #A8A697
}

.botonIF {
   color: #000000;
   margin-left: 0px;
   margin-right: 0px;
   background-image: url("/imagenes/btn_back.gif");
   font-family: Tahoma, MS Sans Serif;
   font-size: 8pt;
   height: 21px;
   BORDER: #7EFE78 1px solid;
   
}	

.selectF {
   font-family: Tahoma, MS Sans Serif;
   font-size:  8pt;
   color: #0000A0;
   border: 3px outset #efe7d6;
   background-color: #E8E8D9;
	
}

.fondo {
   font-family: Tahoma, MS Sans Serif;
   font-size:  8pt;
   color: #0000A0;
   border: 3px outset #efe7d6;
   background: #ffe9b9;
}

*/